home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 January / Macworld (2000-01).dmg / Shareware World / Utilities / Diagnostics / YER 1.0.0 / YER 1.0.0 FAT / YER 1.0.0 FAT.rsrc / STR#_1004.txt < prev    next >
Encoding:
Text File  |  1999-10-17  |  6.2 KB  |  213 lines

  1. errOpenDenied = -1273 ‚Ä¢open connection request was denied
  2.  
  3. 1)errAECoercionFail ‚Ä¢bad parameter data or unable to coerce the data supplied 
  4. 2)errOSACantCoerce ‚Ä¢Signaled when a value can't be coerced to the desired type. Similar to errOSATypeError except results from coercion = -1700
  5.  
  6. 1)errAEDescNotFound
  7. 2)OSAMissingParameter ‚Ä¢Signaled when a parameter is missing for a function invocation. Note that in some languages, this error may occur at runtime = -1701
  8.  
  9. errAECorruptData = errOSACorruptData = -1702
  10.  
  11. 1)errAEWrongDataType
  12. 2)errOSATypeError ‚Ä¢Signaled when data was not the right type and coercion is not allowed = -1703
  13.  
  14. errAENotAEDesc = -1704
  15.  
  16. errAEBadListItem = -1705 ‚Ä¢the specified list item does not exist
  17.  
  18. errAENewerVersion = -1706 ‚Ä¢need newer version of the AppleEvent manager
  19.  
  20. errAENotAppleEvent = -1707 ‚Ä¢the event is not in AppleEvent format
  21.  
  22. 1)errAEEventNotHandled ‚Ä¢the AppleEvent was not handled by any handler
  23. 2)OSAMessageNotUnderstood ‚Ä¢Signaled when a message was sent to an object that didn't handle it = -1708
  24.  
  25. errAEReplyNotValid = -1709 ‚Ä¢AEResetTimer was passed an invalid reply parameter
  26.  
  27. errAEUnknownSendMode = -1710 ‚Ä¢mode wasn't NoReply WaitReply or QueueReply or Interaction level is unknown
  28.  
  29. errAEWaitCanceled = -1711 ‚Ä¢in AESend the user cancelled out of wait loop for reply or receipt
  30.  
  31. errAETimeout = -1712 ‚Ä¢the AppleEvent timed out
  32.  
  33. errAENoUserInteraction = -1713 ‚Ä¢no user interaction is allowed
  34.  
  35. errAENotASpecialFunction = -1714 ‚Ä¢there is no special function for/with this keyword
  36.  
  37. errAEParamMissed = -1715 ‚Ä¢a required parameter was not accessed
  38.  
  39. errAEUnknownAddressType = -1716 ‚Ä¢the target address type is not known
  40.  
  41. 1)errAEHandlerNotFound ‚Ä¢no handler in the dispatch tables fits the parameters to AEGetEventHandler or AEGetCoercionHandler
  42.  
  43.  
  44. 2)OSAUndefinedHandler ‚Ä¢Signaled when a function to be returned doesn't exist. (Probably only useful in languages with first-class
  45.  
  46. errAEReplyNotArrived = -1718 ‚Ä¢the contents of the reply you are accessing have not arrived yet
  47.  
  48. 1)errAEIllegalIndex ‚Ä¢index is out of range in a put operation
  49. 2)OSAIllegalIndex ‚Ä¢Signaled when index was out of range. Specialization of errOSACantAccess = -1719
  50.  
  51. 1)errAEImpossibleRange ‚Ä¢A range like 3rd to 2nd or 1st to all
  52. 2OSAIllegalRange ‚Ä¢Signaled when a range is screwy. Specialization of errOSACantAccess = -1720
  53.  
  54. 1)errAEWrongNumberArgs ‚Ä¢Logical op kAENOT used with other than 1 term
  55. 2)OSAParameterMismatch ‚Ä¢Signaled when function is called with the wrong number of parameters, or a parameter pattern cannot be matched = -1721
  56.  
  57. 1)errAEAccessorNotFound ‚Ä¢Accessor proc matching wantClass and containerType or wildcards not found
  58. 2)OSAIllegalAccess ‚Ä¢Signaled when a container can never have the requested object = -1723
  59.  
  60. errAENoSuchLogical = -1725 ‚Ä¢Something other than AND OR or NOT
  61.  
  62. errAEBadTestKey = -1726 ‚Ä¢Test is neither typeLogicalDescriptor nor typeCompDescriptor
  63.  
  64. errAENotAnObjSpec = -1727 ‚Ä¢Param to AEResolve not of type 'obj '
  65.  
  66. 1)errAENoSuchObject ‚Ä¢e.g.: specifier asked for the 3rd but there are only 2. Basically this indicates a run-time resolution error
  67. 2)errOSACantAccess ‚Ä¢Signaled when an object is not found in a container = -1728
  68.  
  69. errAENegativeCount = -1729 ‚Ä¢CountProc returned negative value
  70.  
  71. errAEEmptyListContainer = -1730 ‚Ä¢Attempt to pass empty list as container to accessor
  72.  
  73. errAEUnknownObjectType = -1731 ‚Ä¢available only in version 1.0.1 or greater
  74.  
  75. errAERecordingIsAlreadyOn = errOSARecordingIsAlreadyOn = -1732 ‚Ä¢available only in version 1.0.1 or greater
  76.  
  77. errAEReceiveTerminate = -1733 ‚Ä¢break out of all levels of AEReceive to the topmost (1.1 or greater)
  78.  
  79. errAEReceiveEscapeCurrent = -1734 ‚Ä¢break out of only lowest level of AEReceive (1.1 or greater)
  80.  
  81. errAEEventFiltered = -1735 ‚Ä¢event has been filtered and should not be propogated (1.1 or greater)
  82.  
  83. errAEDuplicateHandler = -1736 ‚Ä¢attempt to install handler in table for identical class and id (1.1 or greater)
  84.  
  85. errAEStreamBadNesting = -1737 ‚Ä¢nesting violation while streaming
  86.  
  87. errAEStreamAlreadyConverted = -1738 ‚Ä¢attempt to convert a stream that has already been converted
  88.  
  89. errAEDescIsNull = -1739 ‚Ä¢attempting to perform an invalid operation on a null descriptor
  90.  
  91. errOSASystemError = -1750
  92.  
  93. errOSAInvalidID = -1751
  94.  
  95. errOSABadStorageType = -1752
  96.  
  97. errOSAScriptError = -1753
  98.  
  99. errOSABadSelector = -1754
  100.  
  101. errOSASourceNotAvailable = -1756
  102.  
  103. errOSANoSuchDialect = -1757
  104.  
  105. errOSADataFormatObsolete = -1758
  106.  
  107. errOSADataFormatTooNew = -1759
  108.  
  109. errOSAComponentMismatch = -1761 ‚Ä¢Parameters are from 2 different components
  110.  
  111. errOSACantOpenComponent = -1762 ‚Ä¢Can't connect to scripting system with that ID
  112.  
  113. errOffsetInvalid = -1800
  114.  
  115. errOffsetIsOutsideOfView = -1801
  116.  
  117. errTopOfDocument = -1810
  118.  
  119. errTopOfBody = -1811
  120.  
  121. errEndOfDocument = -1812
  122.  
  123. errEndOfBody = -1813
  124.  
  125. badDragRefErr = -1850 ‚Ä¢unknown drag reference
  126.  
  127. badDragItemErr = -1851 ‚Ä¢unknown drag item reference
  128.  
  129. badDragFlavorErr = -1852 ‚Ä¢unknown flavor type
  130.  
  131. duplicateFlavorErr = -1853 ‚Ä¢flavor type already exists
  132.  
  133. cantGetFlavorErr = -1854 ‚Ä¢error while trying to get flavor data
  134.  
  135. duplicateHandlerErr = -1855 ‚Ä¢handler already exists
  136.  
  137. handlerNotFoundErr = -1856 ‚Ä¢handler not found
  138.  
  139. dragNotAcceptedErr = -1857 ‚Ä¢drag was not accepted by receiver
  140.  
  141. unsupportedForPlatformErr = -1858 ‚Ä¢call is for PowerPC only
  142.  
  143. noSuitableDisplaysErr = -1859 ‚Ä¢no displays support translucency
  144.  
  145. badImageRgnErr = -1860 ‚Ä¢bad translucent image region
  146.  
  147. badImageErr = -1861 ‚Ä¢bad translucent image PixMap
  148.  
  149. couldNotResolveDataRef = -2000
  150.  
  151. badImageDescription = -2001
  152.  
  153. badPublicMovieAtom = -2002
  154.  
  155. cantFindHandler = -2003
  156.  
  157. cantOpenHandler = -2004
  158.  
  159. badComponentType = -2005
  160.  
  161. noMediaHandler = -2006
  162.  
  163. noDataHandler = -2007
  164.  
  165. invalidMedia = -2008
  166.  
  167. invalidTrack = -2009
  168.  
  169. invalidMovie = -2010
  170.  
  171. invalidSampleTable = -2011
  172.  
  173. invalidDataRef = -2012
  174.  
  175. invalidHandler = -2013
  176.  
  177. invalidDuration = -2014
  178.  
  179. invalidTime = -2015
  180.  
  181. cantPutPublicMovieAtom = -2016
  182.  
  183. badEditList = -2017
  184.  
  185. mediaTypesDontMatch = -2018
  186.  
  187. progressProcAborted = -2019
  188.  
  189. movieToolboxUninitialized = noRecordOfApp = -2020
  190.  
  191. wfFileNotFound = -2021
  192.  
  193. cantCreateSingleForkFile = -2022 ‚Ä¢happens when file already exists
  194.  
  195. invalidEditState = -2023
  196.  
  197. nonMatchingEditState = -2024
  198.  
  199. staleEditState = -2025
  200.  
  201. userDataItemNotFound = -2026
  202.  
  203. maxSizeToGrowTooSmall = -2027
  204.  
  205. badTrackIndex = -2028
  206.  
  207. trackIDNotFound = -2029
  208.  
  209. trackNotInMovie = -2030
  210.  
  211. timeNotInTrack = -2031
  212.  
  213.